aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/secondlife setup build firstlook.bat
blob: 099f4fc5b3bfe1116b9b2395f9ac8b819c418771 (plain)
1
2
3
4
5
6
7
8
9
10
11
@rem Invoke the script which preps then runs the installer.
@rem This batch file is customized per grid.

set LOGINPAGEURL=http://secondlife.com/app/login/firstlook/
set ARGS=/DFIRSTLOOK

@rem To build optional "update" installer (doesn't have static VFS):
@rem 
@rem set ARGS=/DUPDATE

@"secondlife setup build.bat" %LOGINPAGEURL% %ARGS%